home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / rexx / arexx / index < prev    next >
Text File  |  1994-06-21  |  5KB  |  145 lines

  1.  
  2. Contents of ARexxLib Mon Sep 2 14:27:06 EDT 1991
  3.  
  4. ------------------------------------------------
  5. RexxArpLib3_0.lzh
  6.  
  7. This is version 3.0 of Willy Langeveld's "rexxarplib.library", which is a
  8. function library that adds simple windowing and gadget support functions
  9. for ARexx programs to use.  Docs could be improved, but it is free.
  10.  
  11. ------------------------------------------------
  12. TeXify.lzh
  13.  
  14. Three ARexx scripts for use with AmigaTeX, one of which is specific to the
  15. TurboText editor.  The StartTeX and QuitTeX scripts can be used to start/stop
  16. AmigaTeX and the previewer.  The TeXify.ttx script can be used to send a
  17. document from TurboText over to AmigaTeX for processing.
  18.  
  19. ------------------------------------------------
  20. checkback.lzh
  21.  
  22. An ARexx script to compare the contents of a floppy disk to the files in
  23. a corresponding directory on a hard drive.  Deletes identical files from
  24. the floppy, thus leaving only the ones that are different or don't exist
  25. on the hard drive.  Useful when "simple" backups are made to floppy and
  26. you want to make sure you aren't writing over precious data...
  27. ------------------------------------------------
  28. citebase.lzh
  29.  
  30. Scripts to automate the creation of maintenance of bibliographic
  31. databases for use in professional or technical writing.
  32.  
  33. ------------------------------------------------
  34. fortune.lzh
  35.  
  36. A simple program that reads a fortune database at random and prints a fortune
  37. to the screen.
  38.  
  39. ------------------------------------------------
  40. listenv.lzh
  41.  
  42. An ARexx script to list the contents of the environment variables 
  43. in the ENV: directory.  (Unfortunately, doesn't handle subdirectories...)
  44.  
  45. ------------------------------------------------
  46. man-10.lzh
  47.  
  48. Simple ARexx program implementing a Unix-like "man" command (on Unix you can
  49. type "man <blart>" to get info on "blart"... obviously here you have to
  50. create your own man pages).  Knows about ANSI sequences....
  51.  
  52. ------------------------------------------------
  53. offset.lzh
  54.  
  55. A script that shows the offset of a function in a function library or
  56. vice-versa.  You need the FD (function library description) files for
  57. the library to do this.
  58.  
  59. ------------------------------------------------
  60. regexp.lzh
  61.  
  62. An ARexx function library that implements some functions for regular
  63. expression parsing.  The function are also directly accessible from C.
  64. (No source to the library.)
  65. ------------------------------------------------
  66. rexxhs.lzh
  67.  
  68. An ARexx function library that that extends the functionality of the
  69. rexxsupport.library packet functions.  Can be used to implement a command
  70. host in ARexx itself, or even a function host in ARexx itself (though
  71. the last is tricky and should only be done experimentally).  Includes
  72. full source to the library (Manx and SAS) and an article explaining what
  73. a command host is and how to build one....
  74.  
  75. ------------------------------------------------
  76. rexxplayer-101a.lzh
  77.  
  78. REXXPLAYER V1.01a for MED 2.0 song files or converted Soundtracker files.
  79.  
  80. This program is intended to give an added dimension to applications that
  81. have access to a AREXX port such as AmigaVision(TM)(CBM) and many other
  82. third party applications.
  83.  
  84. REXXPLAYER allows the running of song files in the background through AREXX
  85. and gives your applications the capability to synchronize these music type
  86. files with your graphics to enhance your ability to have complex
  87. transitions on sequence.
  88.  
  89. ------------------------------------------------
  90. rexxview.lzh
  91.  
  92. A program that monitors and lists to a file or console all the messages
  93. received at ARexx's REXX port.
  94. ------------------------------------------------
  95. rvi.lzh
  96.  
  97. The object file plus examples on how to use the Rexx Variables Interface
  98. (RVI) for ARexx.  These files already come on your ARexx disk if you bought
  99. Bill Hawes' version, and provided here mainly for 2.0 users who want to do
  100. ARexx development...
  101. ------------------------------------------------
  102. rxslides.lzh
  103.  
  104. An ARexx command host (with a sample ARexx script to control it) for
  105. displaying IFF files in a slideshow-type fashion, with transitions, etc.
  106. Works quite nicely with files of the same resolution, though it has 
  107. problems with switching between hires screens.
  108.  
  109. Written by Dean Bandes, completely PD.  Includes source for the function 
  110. host.
  111.  
  112. ------------------------------------------------
  113. rxtracker.lzh
  114.  
  115. RxTracker allows you to play MED and SoundTracker modules via ARexx.
  116.  
  117. ------------------------------------------------
  118. sholist.lzh
  119.  
  120. A simple ARexx interface to the showlist() support library function, used
  121. for querying various system parameters.
  122. ------------------------------------------------
  123. speak2.lzh
  124.  
  125. Here's a simple ARexx to Narrator translator.
  126.  
  127. Completely public domain, written by Rick Morris, Victoria AmUser's group.
  128. No warranties, etc.  Use at your own risk.  Pass it around anywhere you
  129. wish.
  130. ------------------------------------------------
  131. startrek.lzh
  132.  
  133. A Star Trek game (text-based) written in ARexx.  May work with other versions
  134. of REXX.
  135. ------------------------------------------------
  136. tstapp.lzh
  137.  
  138. A convenient way to test an application's ARexx port. This is an ARexx script
  139. that will enable you to directly interact with an application's ARexx port.
  140. It is designed for debugging and is useful for learning how to use a particular
  141. application's ARexx port.
  142.  
  143.  
  144. -----------------------------------------------------------------
  145.